Skip to main content
POST
/
v1
/
platform
/
sessions
/
{session_id}
/
issues-agent
Error
A valid request URL is required to generate request examples
{
  "agent_overview_accepted": true,
  "context_hub_repo_handle": "<string>",
  "created_at": "<string>",
  "cron_enabled": true,
  "cron_schedule": "<string>",
  "github_base_branch": "<string>",
  "github_repo_subdir": "<string>",
  "github_repo_url": "<string>",
  "id": "<string>",
  "issue_count": 123,
  "latest_run_id": "<string>",
  "latest_thread_id": "<string>",
  "priorities": [
    "<string>"
  ],
  "session_agent_overview_repo_id": "<string>",
  "session_id": "<string>",
  "session_lcu_spend_limit_monthly": "<string>",
  "session_name": "<string>",
  "tenant_id": "<string>",
  "tenant_name": "<string>",
  "updated_at": "<string>",
  "user_instructions": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

session_id
string
required

Tracer session ID (UUID)

Body

application/json
context_hub_repo_handle
string
github_base_branch
string
github_repo_subdir
string
github_repo_url
string
priorities
string[]

Response

Created

agent_overview_accepted
boolean
context_hub_repo_handle
string
created_at
string
cron_enabled
boolean
cron_schedule
string
github_base_branch
string
github_repo_subdir
string
github_repo_url
string
id
string
issue_count
integer
latest_run_id
string
latest_thread_id
string

IDs of the latest run on LangSmith Deployments; NULL until first trigger.

priorities
string[]
session_agent_overview_repo_id
string
session_id
string
session_lcu_spend_limit_monthly
string

SessionLCUSpendLimitMonthly is the per-project monthly Engine LCU spend limit: NULL/negative = no limit; 0 or positive = monthly cap (spend is never negative, so a cap of 0 always reads as reached). Enforced in addition to (and independently of) the org-level limit. Serialized as a string to preserve NUMERIC(28,6) precision.

session_name
string

JOINed from tracer_session

tenant_id
string
tenant_name
string

JOINed from tenants (workspace label); resolved server-side so the org-admin list can label rows across workspaces the caller isn't a member of

updated_at
string
user_instructions
string

User-owned freeform preferences. Engine reads this as authoritative context and reconciles it into the Agent Overview on the next scan, but never edits it. NULL when the user hasn't set any.